home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Dusty_Bricks / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  1.1 KB  |  84 lines

  1. BODY
  2. {
  3.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  4.     font-size : medium;
  5.     color : rgb(153,51,51);
  6.     font-weight : normal;
  7.     font-style : normal;
  8.     background-color : rgb(192,192,192);
  9.     background-image : none
  10. }
  11.  
  12. UL
  13. {
  14.     font-weight : bold;
  15.     font-style : italic
  16. }
  17.  
  18. .TextObject
  19. {
  20.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  21.     font-size : 1em;
  22.     letter-spacing : 1pt;
  23.     line-height : 1.2em
  24. }
  25.  
  26. H1
  27. {
  28.     text-decoration : underline
  29. }
  30.  
  31. H2
  32. {
  33.     text-decoration : underline
  34. }
  35.  
  36. P
  37. {
  38.     font-family : Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  39.     font-size : 1em;
  40.     letter-spacing : 1pt;
  41.     line-height : 1.2em;
  42.     font-weight : normal;
  43.     font-style : normal;
  44.     text-indent : 8pt;
  45.     margin-left : 4pt;
  46.     border-left-style : none;
  47.     border-top-style : none;
  48.     border-right-style : none;
  49.     margin-bottom : 3pt;
  50.     border-bottom-style : none
  51. }
  52.  
  53. H3
  54. {
  55.     text-decoration : underline
  56. }
  57.  
  58. OL
  59. {
  60.     font-weight : bold;
  61.     font-style : italic
  62. }
  63.  
  64. H4
  65. {
  66.     text-decoration : underline
  67. }
  68.  
  69. H5
  70. {
  71.     text-decoration : underline
  72. }
  73.  
  74. H6
  75. {
  76.     text-decoration : underline
  77. }
  78.  
  79. A:hover
  80. {
  81.     font-weight : bold
  82. }
  83.  
  84.